diff options
author | Dennis Kobert <dennis@kobert.dev> | 2025-02-22 19:57:27 +0100 |
---|---|---|
committer | Dennis Kobert <dennis@kobert.dev> | 2025-02-22 19:57:27 +0100 |
commit | 2b219e45b840273ff69c3a3100f4cf3c65df311e (patch) | |
tree | 8f662306db85d6b99bef7db8f7ac838a542c793d /rust/kernel/lib.rs | |
parent | 056690cef39611200b4d39db8e3b46ba832c035f (diff) |
Fix build assertmore-eventscpufreq-rust
Diffstat (limited to 'rust/kernel/lib.rs')
-rw-r--r-- | rust/kernel/lib.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rust/kernel/lib.rs b/rust/kernel/lib.rs index 7a4dc302951b..10b2b936c7b2 100644 --- a/rust/kernel/lib.rs +++ b/rust/kernel/lib.rs @@ -38,7 +38,8 @@ pub use ffi; pub mod alloc; #[cfg(CONFIG_BLOCK)] pub mod block; -mod build_assert; +#[doc(hidden)] +pub mod build_assert; pub mod cpufreq; pub mod cred; pub mod device; |