worker: Remove unused direct dependency declaration 1天前 docker/docker-entrypoint-initdb.d Docker: Adjustpostgrescontainer to create regularandtest database 4年前 docs Remove obsoleteember-cli-miragesetup 11天前 e2e routes/crate: Get or fetch requested version bynum ...
Unstable rustc internal attribute to disable optimizations on a module/function basis #87801 commented on Mar 9, 2025 • 0 new comments Tracking issue for RFC 2412, "The optimize attribute" #54882 commented on Mar 9, 2025 • 0 new comments Linking native code with the crate-type...
Feb 25, 2025 3e0183e·Feb 25, 2025 History 8,091 Commits .github/workflows CI: Disable Slack webhook Nov 28, 2024 analysis setpublish = falsein unstable (rustc_private) crates Feb 24, 2025 c2rust-analyze setpublish = falsein unstable (rustc_private) crates ...
You can disable rustfmting with --no-rustfmt-bindings or bindgen::Builder::rustfmt_bindings(false). See #925 and #1022 for details.Deprecatedbindgen::Builder::hide_type is deprecated in favor of bindgen::Builder::blacklist_type. #987 bindgen::Builder::whitelisted_type is deprecated in ...
src/main.rs:5:5: 5:31 warning: unused import, #[warn(unused_imports)] on by default src/main.rs:5 use kafka::client::KafkaClient; ^~~~ error: linking with `cc` failed: exit code: 1 note: "cc" "-Wl,--as-needed" "-m64" "-L" "/root/.multirust/toolchains/nightly/lib/rust...
Normally the compiler would issue a warning for each unused variant. By using the #[allow(dead_code)] attribute we disable these warnings for the Color enum. To represent a full color code that specifies foreground and background color, we create a newtype on top of u8: struct ColorCode(...
Normally the compiler would issue a warning for each unused variant. By using the#[allow(dead_code)]attribute, we disable these warnings for theColorenum. ByderivingtheCopy,Clone,Debug,PartialEq, andEqtraits, we enablecopy semanticsfor the type and make it printable and comparable. ...
Disablestdfor all dependencies (that is, change their definitions inCargo.toml, if using Cargo). This needs to be repeated for all dependencies within the crate dependency tree that do not supportno_stdyet. Custom Target Architectures There are a number of officiallysupported targetsby the Rust ...
DISABLE_OPTIMIZATION_IF_GCC=-O0 fi if [ $IS_CLANG = yes ]; then # Don't fail out on this ridiculous "argument unused during compilation" warning.export CXXFLAGS="$CXXFLAGS -Wno-error=unused-command-line-argument" # Enable coroutines if supported.if...
12.933 s 10 runs Warning: Ignoring non-zero exit code. Summary './target/release/ruff ./resources/test/cpython/ --no-cache' ran 20.98 ± 0.62 times faster than 'autoflake --recursive --expand-star-imports --remove-all-unused-imports --remove-unused-variables --remove-duplicate-keys ...