about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2024-03-08 19:47:22 +0000
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2024-03-08 19:52:51 +0000
commitda083a8fc2d93a2705d123bc64da4ecdbe04783f (patch)
tree92050be09ca46619ba0d506f61cddfb4a62a7952
parent436fce0747cb9770a3cb318194d262f4dcd97338 (diff)
downloadrust-da083a8fc2d93a2705d123bc64da4ecdbe04783f.tar.gz
rust-da083a8fc2d93a2705d123bc64da4ecdbe04783f.zip
Remove configuration section from readme
None of these options are available in the rustup version, so it only
has the potential for confusion.
-rw-r--r--Readme.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/Readme.md b/Readme.md
index 4f455261963..a297b22326f 100644
--- a/Readme.md
+++ b/Readme.md
@@ -123,11 +123,6 @@ You need to do this steps to successfully compile and use the cranelift backend
 
 You can also set `rust-analyzer.rustc.source` to your rust workspace to get rust-analyzer to understand your changes.
 
-## Configuration
-
-See the documentation on the `BackendConfig` struct in [config.rs](src/config.rs) for all
-configuration options.
-
 ## Not yet supported
 
 * SIMD ([tracked here](https://github.com/rust-lang/rustc_codegen_cranelift/issues/171), `std::simd` fully works, `std::arch` is partially supported)