Skip to content
This repository was archived by the owner on Mar 7, 2021. It is now read-only.

Commit 32d9428

Browse files
committed
Make mod error public
Motivation is json-sysctl (#122) where we need this to return things like ENOMEM.
1 parent 7ec8032 commit 32d9428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ mod allocator;
99
pub mod bindings;
1010
mod c_types;
1111
pub mod chrdev;
12-
mod error;
12+
pub mod error;
1313
pub mod filesystem;
1414
pub mod printk;
1515
pub mod sysctl;

0 commit comments

Comments
 (0)