Skip to content

Commit 5fd0240

Browse files
committed
Add Option::owned
1 parent 47b2eee commit 5fd0240

File tree

4 files changed

+579
-2
lines changed

4 files changed

+579
-2
lines changed

library/alloc/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ pub mod collections;
230230
#[cfg(all(not(no_rc), not(no_sync), not(no_global_oom_handling)))]
231231
pub mod ffi;
232232
pub mod fmt;
233+
pub mod option;
233234
#[cfg(not(no_rc))]
234235
pub mod rc;
235236
pub mod slice;

0 commit comments

Comments
 (0)