Skip to content

Commit b87f367

Browse files
committed
fmt
1 parent fbcaa1d commit b87f367

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: library/std/src/sync/poison/rwlock.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
use std::sync::PoisonError;
2+
23
use crate::cell::UnsafeCell;
34
use crate::fmt;
45
use crate::marker::PhantomData;

0 commit comments

Comments
 (0)