Skip to content

Commit 0a8a3d9

Browse files
authored
Merge pull request #772 from Urgau/Urgau-patch-1
Include toml files when searching for `#[cfg(bootstrap)]`
2 parents e7dcfe3 + 26b7323 commit 0a8a3d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/release/process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Send a PR to the master branch to:
129129
running this command:
130130
131131
```
132-
rg '#!?\[.*\(bootstrap' -t rust
132+
rg '#!?\[.*\(bootstrap' -t rust -t toml
133133
```
134134
135135
The general guidelines (both for `#[]` and `#![]`) are:

0 commit comments

Comments
 (0)