Compare commits

...

1 Commits

Author SHA1 Message Date
Paolo Tranquilli
5a1a28a301 Rust: add nested test file example 2025-01-14 16:45:34 +01:00
3 changed files with 3 additions and 0 deletions

View File

@@ -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 |

View File

@@ -0,0 +1 @@
mod file;