File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ if [ "$MAX_LINE_LENGTH" == "" ]; then
10
10
fi
11
11
12
12
if [ " $1 " == " " ]; then
13
- files=( src/** / * .md )
13
+ files=( src/** .md )
14
14
else
15
15
files=( " $@ " )
16
16
fi
Original file line number Diff line number Diff line change @@ -72,7 +72,8 @@ Furthermore this attribute is needed to mark an intrinsic as callable from
72
72
73
73
To stabilize a feature, follow these steps:
74
74
75
- 0 . Ask a ** @T-libs ** to start an FCP on the tracking issue and wait for the FCP to complete (with ` disposition-merge ` ).
75
+ 0 . Ask a ** @T-libs ** member to start an FCP on the tracking issue and wait for
76
+ the FCP to complete (with ` disposition-merge ` ).
76
77
1 . Change ` #[unstable] ` to ` #[stable(since = "version")] ` .
77
78
` version ` should be the * current nightly* , i.e. stable+2. You can see which version is
78
79
currently nightly [ on Forge] ( https://forge.rust-lang.org/#current-release-versions ) .
You can’t perform that action at this time.
0 commit comments