10 lines
287 B
Rust
10 lines
287 B
Rust
// Copyright: Ankitects Pty Ltd and contributors
|
|
// License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|
|
|
// Include auto-generated content
|
|
|
|
#![allow(clippy::all)]
|
|
#![allow(text_direction_codepoint_in_literal)]
|
|
|
|
include!(concat!(env!("OUT_DIR"), "/strings.rs"));
|