Skip to content

Commit 56545d5

Browse files
committed
Grammar.
1 parent 29846d3 commit 56545d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,15 +124,15 @@ fn main() {
124124

125125
if proc_macro_span {
126126
// Enable non-dummy behavior of Span::byte_range and Span::join methods
127-
// which require an unstable compiler feature. Enabled when building
127+
// which requires an unstable compiler feature. Enabled when building
128128
// with nightly, unless `-Z allow-feature` in RUSTFLAGS disallows
129129
// unstable features.
130130
println!("cargo:rustc-cfg=proc_macro_span");
131131
}
132132

133133
if proc_macro_span_location {
134134
// Enable non-dummy behavior of Span::start and Span::end methods which
135-
// require Rust 1.88.
135+
// requires Rust 1.88.
136136
println!("cargo:rustc-cfg=proc_macro_span_location");
137137
}
138138

0 commit comments

Comments
 (0)