You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let offset = (offset asusize).min(contents.len());
232
+
let lines = contents[0..offset].split(|byte| byte == &b'\n');
233
+
234
+
lines.count()asu32
236
235
}
237
236
238
237
/// This was copied from [cargo source code](https://github.com/rust-lang/cargo/blob/fede83ccf973457de319ba6fa0e36ead454d2e20/src/cargo/util/paths.rs#L61).
0 commit comments