Skip to content

Commit b29deed

Browse files
committed
Rust: Accept changes in an unrelated test reported by CI.
1 parent ecac0db commit b29deed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rust/ql/test/extractor-tests/crate_graph/crates.expected

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#-----| core -> Crate([email protected])
1919
#-----| compiler_builtins -> Crate([email protected])
2020

21-
#-----| Crate([email protected].0)
21+
#-----| Crate([email protected].1)
2222
#-----| proc_macro -> Crate([email protected])
2323
#-----| alloc -> Crate([email protected])
2424
#-----| core -> Crate([email protected])
@@ -89,7 +89,7 @@ main.rs:
8989
#-----| core -> Crate([email protected])
9090
#-----| std -> Crate([email protected])
9191
#-----| test -> Crate([email protected])
92-
#-----| cfg_if -> Crate([email protected].0)
92+
#-----| cfg_if -> Crate([email protected].1)
9393
#-----| digest -> Crate([email protected])
9494

9595
#-----| Crate([email protected])

0 commit comments

Comments
 (0)