mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-28 18:43:01 +00:00
commit
88fbdcd510
1 changed files with 1 additions and 1 deletions
|
|
@ -276,7 +276,7 @@ fn f() {
|
|||
Assert liberally.
|
||||
Prefer [`stdx::never!`](https://docs.rs/always-assert/0.1.2/always_assert/macro.never.html) to standard `assert!`.
|
||||
|
||||
**Rationale:** See [cross cutting concern: error handling](https://github.com/rust-lang/rust-analyzer/blob/master/docs/dev/architecture.md#error-handling).
|
||||
**Rationale:** See [cross cutting concern: error handling](https://github.com/rust-lang/rust-analyzer/blob/master/docs/book/src/contributing/architecture.md#error-handling).
|
||||
|
||||
## Getters & Setters
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue