Skip to content

Commit

Permalink
Fix beta rustfmt breakage
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed Jun 20, 2024
1 parent 63931f8 commit 692190a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions provider/core/src/hello_world.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ pub struct HelloWorldProvider;
impl HelloWorldProvider {
// Data from https://en.wiktionary.org/wiki/Hello_World#Translations
// Keep this sorted!
#[rustfmt::skip] // https://github.com/rust-lang/rustfmt/issues/6203
const DATA: &'static [(&'static str, &'static str, &'static str)] = &[
("bn", "", "ওহে বিশ্ব"),
("cs", "", "Ahoj světe"),
Expand Down

0 comments on commit 692190a

Please sign in to comment.