]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_resolve/src/lib.rs
Rollup merge of #103341 - Rageking8:add-test-for-issue-97607, r=compiler-errors
[rust.git] / compiler / rustc_resolve / src / lib.rs
index 971cd62831d4753408fc9605299759ac806e6409..1c1976af5054c24c25f23b2994f23eee0dd163fb 100644 (file)
@@ -2060,7 +2060,7 @@ struct Finalize {
     /// Span of the whole path or some its characteristic fragment.
     /// E.g. span of `b` in `foo::{a, b, c}`, or full span for regular paths.
     path_span: Span,
-    /// Span of the path start, suitable for prepending something to to it.
+    /// Span of the path start, suitable for prepending something to it.
     /// E.g. span of `foo` in `foo::{a, b, c}`, or full span for regular paths.
     root_span: Span,
     /// Whether to report privacy errors or silently return "no resolution" for them,