Skip to content

Commit

Permalink
fix: many compilation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mTvare6 committed Dec 8, 2024
1 parent e32ad1a commit d9df53a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 13 deletions.
11 changes: 2 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ chrono-tz = "0.6.0"
clap = "3.0.0-beta.4"
cookie = "0.15.1"
cookie_store = "0.15.0"
crate = "0.0.2"
crossbeam = "0.8.1"
crossterm = "0.21.0"
crypto = "0.3.0"
Expand All @@ -32,7 +31,7 @@ dotenv = "0.15.0"
fern = "0.6.0"
fluent-bundle = "0.15.1"
french-numbers = "1.1.4"
fuck = "0.0.0"
fuck = "0.1.1"
futures = "0.3.17"
get-shell = "0.1.0"
gfx = "0.18.2"
Expand Down
2 changes: 0 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#![feature(destructuring_assignment)]
#![feature(generators)]
#![allow(non_camel_case_types)]
#![allow(dead_code)]
Expand All @@ -12,7 +11,6 @@ use french_numbers::*; use get_shell::{get_shell,Shell::*};

/// These constants are to avoid magic strings/values.
const LANGUAGE_LOCALES: &[&str] = &["ar", "be", "bg", "bn", "cc", "cs", "da", "de", "el", "en", "eo", "es", "fa", "fr", "ga", "he", "hi", "hr", "hu", "id", "is", "it", "jp", "kk", "kr", "la", "lj", "lt", "my", "nl", "no", "pl", "pt", "ro", "ru", "sa", "sn", "sv", "th", "tr", "uk", "zh"];
;
const LANGUAGES_DIRECTORY: &str = "translations";
const MSG: &str = "msg";

Expand Down

0 comments on commit d9df53a

Please sign in to comment.