Skip to content

Commit a74f8e8

Browse files
committed
rust: add revocable objects
Imported from revokable.rs form 968b3f1 (Removed test code and fixed a few warnings.) Signed-off-by: Danilo Krummrich <[email protected]>
1 parent 01275cc commit a74f8e8

File tree

2 files changed

+439
-0
lines changed

2 files changed

+439
-0
lines changed

rust/kernel/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ pub mod kunit;
4646
pub mod net;
4747
pub mod prelude;
4848
pub mod print;
49+
pub mod revocable;
4950
mod static_assert;
5051
#[doc(hidden)]
5152
pub mod std_vendor;

0 commit comments

Comments
 (0)