Skip to content

Commit

Permalink
Merge pull request #98 from Citizen4our/update_ide_links
Browse files Browse the repository at this point in the history
Use rustRover in toolchain section instead deprecated plugin.
  • Loading branch information
SupperZum authored Dec 16, 2024
2 parents 4ddf531 + 670e75a commit 9e7fa05
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Please, read [instructions][Submitting Solutions].
### Toolchain

- [rustup] for installing [Rust] toolchain and keeping it up-to-date.
- [CLion]/[IntelliJ IDEA] + [IntelliJ Rust] + [Toml][IntelliJ Toml] plugins as development environment (or any other on your choice).
- [RustRover] as development environment (or any other on your choice).


### Bookshelf
Expand Down Expand Up @@ -206,12 +206,9 @@ Rustcamp materials were based on the [Rust Incubator](https://github.com/instrum
[Cargo]: https://github.com/rust-lang/cargo
[Cargo Book]: https://doc.rust-lang.org/cargo
[Cheats.rs]: https://cheats.rs
[CLion]: https://www.jetbrains.com/clion
[RustRover]: https://www.jetbrains.com/rust/
[Effective Rust]: https://www.lurklurk.org/effective-rust
[GitHub repository]: https://help.github.com/articles/github-glossary/#repository
[IntelliJ IDEA]: https://www.jetbrains.com/idea
[IntelliJ Rust]: https://intellij-rust.github.io
[IntelliJ Toml]: https://plugins.jetbrains.com/plugin/8195-toml
[PR]: https://help.github.com/articles/github-glossary/#pull-request
[workspace]: https://doc.rust-lang.org/book/ch14-03-cargo-workspaces.html
[Rust]: https://www.rust-lang.org
Expand Down

0 comments on commit 9e7fa05

Please sign in to comment.