diff options
Diffstat (limited to 'src/source.rs')
| -rw-r--r-- | src/source.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/source.rs b/src/source.rs index a7c95255..780e12a8 100644 --- a/src/source.rs +++ b/src/source.rs @@ -54,7 +54,8 @@ impl SourceStore { } } - /// Load a source file from a path using the `loader`. + /// Load a source file from a path relative to the compilation environment's + /// root. /// /// If there already exists a source file for this path, it is /// [replaced](SourceFile::replace). |
