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
1010fi
1111
1212if [ " $1 " == " " ]; then
13- files=( src/** / * .md )
13+ files=( src/** .md )
1414else
1515 files=( " $@ " )
1616fi
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
7272
7373To stabilize a feature, follow these steps:
7474
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 ` ).
76771 . Change ` #[unstable] ` to ` #[stable(since = "version")] ` .
7778 ` version ` should be the * current nightly* , i.e. stable+2. You can see which version is
7879 currently nightly [ on Forge] ( https://forge.rust-lang.org/#current-release-versions ) .
You can’t perform that action at this time.
0 commit comments