Skip to content

Commit 698019b

Browse files
committed
More colloquial compiler versioning in Cargo.toml comment
1 parent b005ce3 commit 698019b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ unicode-xid = "0.1"
2525
# This requires a nightly compiler.
2626
#
2727
# When disabled: emulate the same API as the nightly compiler's proc_macro crate
28-
# but in a way that works on all stable compilers >=1.15.0.
28+
# but in a way that works on all stable compilers 1.15+.
2929
nightly = ["proc-macro"]
3030

3131
proc-macro = []

0 commit comments

Comments
 (0)