Skip to content

Commit 2a6f61c

Browse files
committed
Add Result::owned
1 parent e962dd9 commit 2a6f61c

File tree

4 files changed

+569
-2
lines changed

4 files changed

+569
-2
lines changed

library/alloc/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ pub mod fmt;
233233
pub mod option;
234234
#[cfg(not(no_rc))]
235235
pub mod rc;
236+
pub mod result;
236237
pub mod slice;
237238
pub mod str;
238239
pub mod string;

0 commit comments

Comments
 (0)