Rust: add nested test file example

This commit is contained in:
Paolo Tranquilli
2025-01-14 16:45:34 +01:00
committed by Tom Hvitved
parent ed07da4327
commit e60468e2c7
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;