Skip to content

Commit

Permalink
fix fmt all
Browse files Browse the repository at this point in the history
  • Loading branch information
uzushino committed Feb 28, 2024
1 parent e22e741 commit 3e00eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ impl<const N: usize> Voyager<N> {
}
}
}

pub fn load<P: AsRef<Path>>(&self, path: P) {
unsafe {
if let Some(f) = path.as_ref().as_os_str().to_str() {
Expand Down

0 comments on commit 3e00eff

Please sign in to comment.