We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdbefb3 commit ec9fe65Copy full SHA for ec9fe65
compiler-builtins/Cargo.toml
@@ -35,7 +35,7 @@ default = ["compiler-builtins"]
35
c = ["dep:cc"]
36
37
# Workaround for the Cranelift codegen backend. Disables any implementations
38
-# which use inline assembly and fall back to pure Rust versions (if avalible).
+# which use inline assembly and fall back to pure Rust versions (if available).
39
no-asm = []
40
41
# Workaround for codegen backends which haven't yet implemented `f16` and
0 commit comments