We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce5780d commit d609000Copy full SHA for d609000
compiler/rustc_span/src/source_map/tests.rs
@@ -266,6 +266,7 @@ fn t10() {
266
}
267
268
/// Returns the span corresponding to the `n`th occurrence of `substring` in `source_text`.
269
+#[allow(dead_code)]
270
trait SourceMapExtension {
271
fn span_substr(
272
&self,
library/core/tests/macros.rs
@@ -1,3 +1,4 @@
1
2
trait Trait {
3
fn blah(&self);
4
0 commit comments