mirror of
https://github.com/github/codeql.git
synced 2026-05-05 05:35:13 +02:00
Rust: add nested test file example
This commit is contained in:
committed by
Tom Hvitved
parent
ed07da4327
commit
e60468e2c7
@@ -2,3 +2,5 @@
|
||||
| a_file.rs:0:0:0:0 | a_file.rs | fromSource: yes |
|
||||
| another_file.rs:0:0:0:0 | another_file.rs | fromSource: yes |
|
||||
| lib.rs:0:0:0:0 | lib.rs | fromSource: yes |
|
||||
| nested.rs:0:0:0:0 | nested.rs | fromSource: yes |
|
||||
| nested/file.rs:0:0:0:0 | nested/file.rs | fromSource: yes |
|
||||
|
||||
1
rust/ql/test/extractor-tests/File/nested.rs
Normal file
1
rust/ql/test/extractor-tests/File/nested.rs
Normal file
@@ -0,0 +1 @@
|
||||
mod file;
|
||||
0
rust/ql/test/extractor-tests/File/nested/file.rs
Normal file
0
rust/ql/test/extractor-tests/File/nested/file.rs
Normal file
Reference in New Issue
Block a user