diff options
| author | ELginas <gintaras.z123@yahoo.com> | 2025-04-28 17:17:11 +0300 |
|---|---|---|
| committer | Trevor Gross <t.gross35@gmail.com> | 2025-05-04 23:35:00 -0400 |
| commit | 5032002c2fc753b9f2734e7723254b57b860f22e (patch) | |
| tree | 4a793b970eab86247d8ba4cb4d79b44326cd67cb | |
| parent | 16150ebb314b3ff80bab2c6776641f43a583acd3 (diff) | |
| download | rust-5032002c2fc753b9f2734e7723254b57b860f22e.tar.gz rust-5032002c2fc753b9f2734e7723254b57b860f22e.zip | |
docs: fix typo in Cargo.toml
Initially introduced in 63ccaf11f08fb5d0b39cc33884c5a1a63f547ace Signed-off-by: ELginas <gintaras.z123@yahoo.com>
| -rw-r--r-- | library/compiler-builtins/compiler-builtins/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/compiler-builtins/compiler-builtins/Cargo.toml b/library/compiler-builtins/compiler-builtins/Cargo.toml index 78456377730..d9eebcfc8a1 100644 --- a/library/compiler-builtins/compiler-builtins/Cargo.toml +++ b/library/compiler-builtins/compiler-builtins/Cargo.toml @@ -35,7 +35,7 @@ default = ["compiler-builtins"] c = ["dep:cc"] # Workaround for the Cranelift codegen backend. Disables any implementations -# 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). no-asm = [] # Workaround for codegen backends which haven't yet implemented `f16` and |
