diff options
| author | Rubén Beltrán del Río <jj@r.bdr.sh> | 2026-03-26 23:46:30 +0100 |
|---|---|---|
| committer | Rubén Beltrán del Río <jj@r.bdr.sh> | 2026-03-26 23:46:30 +0100 |
| commit | 4260ce22da76bb9cbd60803bdfee5757e3b21872 (patch) | |
| tree | cca2442d75447048211ef3ffb8d405cda563c63f /src/main.rs | |
| parent | c2465ff46ea2503cf839efdd90ccc5174f84fbe8 (diff) | |
Remove unused clippy rules
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.rs b/src/main.rs index 0115d88..cd71c94 100644 --- a/src/main.rs +++ b/src/main.rs @@ -15,8 +15,6 @@ // along with this program. If not, see <http://www.gnu.org/licenses/>. // Suppress warnings from relm4 view! macro internals -#![allow(unused_assignments)] - mod actions; mod components; mod constants; |