Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
docs(dev-guide): remove descriptions of rustup_macros
  • Loading branch information
rami3l committed Jul 31, 2024
commit 8900f05bf7a10584c12a54fe3dd76b70668b00a4
6 changes: 0 additions & 6 deletions doc/dev-guide/src/coding-standards.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# Coding standards

Generally we just follow good sensible Rust practices, clippy and so forth.
Expand Down Expand Up @@ -60,8 +59,3 @@ Clippy is also run in GitHub Actions, in the `General Checks / Checks` build
task, but not currently run per-platform, which means there is no way to find
out the status of clippy per platform without running it on that platform as a
developer.

### import rustup-macros::{integration,unit}_test into test modules

These test helpers add pre-and-post logic to tests to enable the use of tracing
inside tests, which can be helpful for tracking down behaviours in larger tests.