mirror of
https://github.com/YGGverse/agate.git
synced 2026-04-08 12:35:28 +00:00
ignore dependabot prs for clippy annotations (#78)
This commit is contained in:
parent
aaf3279e95
commit
8813196bdb
3 changed files with 17 additions and 5 deletions
|
|
@ -440,7 +440,7 @@ fn directory_traversal_regression() {
|
|||
absolute
|
||||
.path_segments_mut()
|
||||
.unwrap()
|
||||
.push(&env!("CARGO_MANIFEST_DIR")) // separators will be percent-encoded
|
||||
.push(env!("CARGO_MANIFEST_DIR")) // separators will be percent-encoded
|
||||
.push("tests")
|
||||
.push("data")
|
||||
.push("directory_traversal.gmi");
|
||||
|
|
@ -449,7 +449,7 @@ fn directory_traversal_regression() {
|
|||
relative_escape_path.push("testdir");
|
||||
relative_escape_path.push("..");
|
||||
relative_escape_path.push("..");
|
||||
let mut relative = base.clone();
|
||||
let mut relative = base;
|
||||
relative
|
||||
.path_segments_mut()
|
||||
.unwrap()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue