Skip to content

Commit 14e90fd

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 31ebca8 commit 14e90fd

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
@@ -44,6 +44,7 @@ pub mod kunit;
4444
pub mod net;
4545
pub mod prelude;
4646
pub mod print;
47+
pub mod revocable;
4748
mod static_assert;
4849
#[doc(hidden)]
4950
pub mod std_vendor;

0 commit comments

Comments
 (0)