Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion rslib/i18n/src/generated.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@
// Include auto-generated content

#![allow(clippy::all)]
#![allow(text_direction_codepoint_in_literal)]

include!(concat!(env!("OUT_DIR"), "/strings.rs"));
1 change: 1 addition & 0 deletions rslib/i18n/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Copyright: Ankitects Pty Ltd and contributors
// License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html

#![allow(text_direction_codepoint_in_literal)]
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Another linebreak between this and the following mod ... line would be more readable.

mod generated;

use std::borrow::Cow;
Expand Down