Skip to content

Commit 7094637

Browse files
committed
fix CI
1 parent dc5f453 commit 7094637

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

library/core/src/mem/drop_guard.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,8 @@ where
138138
// tests copied from https://docs.rs/scopeguard/latest/src/scopeguard/lib.rs.html#1-595
139139
#[cfg(test)]
140140
mod tests {
141-
use crate::cell::Cell;
142-
143141
use super::*;
142+
use crate::cell::Cell;
144143

145144
#[test]
146145
fn test_only_dropped_by_closure_when_run() {

0 commit comments

Comments
 (0)