diff --git a/features.html b/features.html index c878c71..a16d036 100644 --- a/features.html +++ b/features.html @@ -252,17 +252,33 @@
Built-in Cargo Command run configuration, automatically created with Ctrl+Shift+F10 in
- following contexts:
Built-in Cargo Command run configuration allows to build,
+ test and run Rust code.
+
main function to execute the corresponding binary target with cargo
- run.
- #[test] function to execute a single test.main or a test function.
+ Alternativelly, you can use the icon in the gutter area.
+