Commit 3df3405
fix: resolve clippy linting warnings in user_output module
- Added backticks around UserOutput in doc comment
- Replaced wildcard imports with explicit imports in core.rs
- Replaced wildcard imports with explicit imports in test_support.rs
- Added #[must_use] attribute to endpoint() method in telemetry.rs
All clippy pedantic checks now pass.
Co-authored-by: josecelano <[email protected]>1 parent 93e8f27 commit 3df3405
File tree
3 files changed
+7
-3
lines changed- src/presentation/user_output
- sinks
3 files changed
+7
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
6 | 9 | | |
7 | 10 | | |
8 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments