Skip to content

Commit

Permalink
tests: from_str to from in PathBuf
Browse files Browse the repository at this point in the history
Signed-off-by: Soc Virnyl Estela <[email protected]>
  • Loading branch information
uncomfyhalomacro committed Dec 18, 2024
1 parent 5430b09 commit 676d402
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cargo/tests/behaviour.rs
Original file line number Diff line number Diff line change
Expand Up @@ -539,8 +539,8 @@ async fn custom_root_test_3() -> io::Result<()> {
versioned_dirs: true,
};
let manifest_path = vec![
PathBuf::from_str("bindings/python/Cargo.toml"),
PathBuf::from_str("tokenizers/Cargo.toml"),
PathBuf::from("bindings/python/Cargo.toml"),
PathBuf::from("tokenizers/Cargo.toml"),
];

let mut opt = cli::Opts {
Expand Down

0 comments on commit 676d402

Please sign in to comment.