Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit b0eca0b

Browse files
authored
Fix build
1 parent 3d67c90 commit b0eca0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/result.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@
490490

491491
use crate::iter::{self, FusedIterator, TrustedLen};
492492
use crate::ops::{self, ControlFlow, Deref, DerefMut};
493-
use crate::{convert, fmt, hint};
493+
use crate::{convert, fmt, hint, mem};
494494

495495
/// `Result` is a type that represents either success ([`Ok`]) or failure ([`Err`]).
496496
///

0 commit comments

Comments
 (0)