Skip to content

Commit 73ad2af

Browse files
zaniebkonstin
andauthored
Update preview and fix documentation symbols (#7207)
I don't love the sunrise emoji and 🧪 seems nice :) Requires #7195 --------- Co-authored-by: konsti <[email protected]>
1 parent 40c9369 commit 73ad2af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/ruff_dev/src/generate_rules_table.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ use ruff::upstream_categories::UpstreamCategoryAndPrefix;
1010
use ruff_diagnostics::AutofixKind;
1111
use ruff_workspace::options::Options;
1212

13-
const FIX_SYMBOL: &str = "🛠";
14-
const PREVIEW_SYMBOL: &str = "🌅";
13+
const FIX_SYMBOL: &str = "🛠";
14+
const PREVIEW_SYMBOL: &str = "🧪";
1515

1616
fn generate_table(table_out: &mut String, rules: impl IntoIterator<Item = Rule>, linter: &Linter) {
1717
table_out.push_str("| Code | Name | Message | |");

0 commit comments

Comments
 (0)