diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-06-30 16:17:12 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-06-30 16:17:21 +0200 |
| commit | 5b4f4c164bc42802763c9f9d0121f81ebf116761 (patch) | |
| tree | 19086484981a6d3e01aad75983c0798b8f660442 /src/syntax/source.rs | |
| parent | 65f11dc364ece630bcecf6ef53b75697f07553a8 (diff) | |
Autocomplete for packages
Diffstat (limited to 'src/syntax/source.rs')
| -rw-r--r-- | src/syntax/source.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/syntax/source.rs b/src/syntax/source.rs index 6eb6fd5d..2f3e4144 100644 --- a/src/syntax/source.rs +++ b/src/syntax/source.rs @@ -34,9 +34,6 @@ struct Repr { impl Source { /// Create a new source file. - /// - /// The path must be canonical, so that the same source file has the same - /// id even if accessed through different paths. #[tracing::instrument(skip_all)] pub fn new(id: FileId, text: String) -> Self { let mut root = parse(&text); |
