Skip to content

Commit 26b7323

Browse files
authored
Include toml files when searching for #[cfg(bootstrap)]
1 parent e7dcfe3 commit 26b7323

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)