Skip to content

Commit 8f0a600

Browse files
authored
Update dir.rs
1 parent 717ab43 commit 8f0a600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dir.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ impl Entry {
305305
#[cfg(all(target_os = "linux", target_arch = "x86_64"))]
306306
///PLEASE REMOVE THESE COMMENTS (OBVIOUSLY WHEN DONE))
307307
/// This utilises a constant-time constant function strlen implementation that's faster than `libc::strlen`` (std library internal implementation)
308-
/// The function used is described at the bottom of the file. Benchmarks at
308+
/// The function used is described at the bottom of the file.
309309
pub const fn file_name(&self) -> &ffi::CStr {
310310
let str_length = unsafe { dirent_const_time_strlen(&self.0)+1 };
311311
unsafe{

0 commit comments

Comments
 (0)