mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2025-12-24 00:01:03 -05:00
Add a tip about using RustRover
This commit is contained in:
committed by
Richard van der Hoff
parent
f0d98602a9
commit
d9e6bfa678
BIN
.img/rustrover-disable-feature.png
Normal file
BIN
.img/rustrover-disable-feature.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 49 KiB |
@@ -132,3 +132,13 @@ on Git 2.17+ you can mass signoff using rebase:
|
||||
```
|
||||
git rebase --signoff origin/main
|
||||
```
|
||||
|
||||
## Tips for working on the `matrix-rust-sdk` with specific IDEs
|
||||
|
||||
* [RustRover](https://www.jetbrains.com/rust/) will attempt to sync the project
|
||||
with all features enabled, causing an error in `matrix-sdk` ("only one of the
|
||||
features 'native-tls' or 'rustls-tls' can be enabled"). To work around this,
|
||||
open `crates/matrix-sdk/Cargo.toml` in RustRover and uncheck one of the
|
||||
`native-tls` or `rustls-tls` feature definitions:
|
||||
|
||||

|
||||
|
||||
Reference in New Issue
Block a user