File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change @@ -186,29 +186,6 @@ See [Configurations.md](Configurations.md) for details.
186
186
* If you're having issues compiling Rustfmt (or compile errors when trying to
187
187
install), make sure you have the most recent version of Rust installed.
188
188
189
- * If you get an error like `error while loading shared libraries` while starting
190
- up rustfmt you should try the following :
191
-
192
- On Linux :
193
-
194
- ```
195
- export LD_LIBRARY_PATH=$(rustc --print sysroot)/lib:$LD_LIBRARY_PATH
196
- ```
197
-
198
- On MacOS:
199
-
200
- ```
201
- export DYLD_LIBRARY_PATH=$(rustc --print sysroot)/lib:$DYLD_LIBRARY_PATH
202
- ```
203
-
204
- On Windows (Git Bash/Mingw):
205
-
206
- ```
207
- export PATH=$(rustc --print sysroot)/lib/rustlib/x86_64-pc-windows-gnu/lib/:$PATH
208
- ```
209
-
210
- (Substitute `x86_64` by `i686` and `gnu` by `msvc` depending on which version of rustc was used to install rustfmt).
211
-
212
189
* You can change the way rustfmt emits the changes with the --emit flag:
213
190
214
191
Example :
You can’t perform that action at this time.
0 commit comments