Compare commits
2 Commits
e0201ccb50
...
legacy
| Author | SHA1 | Date | |
|---|---|---|---|
|
712e918e08
|
|||
|
787c01b9dc
|
@@ -26,7 +26,7 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions-rust-lang/setup-rust-toolchain@v1
|
||||
- run: rustup component add clippy
|
||||
- run: cargo clippy -- -D warnings
|
||||
- run: cargo clippy
|
||||
|
||||
build:
|
||||
name: build
|
||||
|
||||
@@ -2,10 +2,7 @@ use crate::ui::gui::{windows::WindowIndex, Gui};
|
||||
|
||||
use super::Component;
|
||||
|
||||
|
||||
#[allow(clippy::pedantic)]
|
||||
pub struct NavBar;
|
||||
#[warn(clippy::pedantic)]
|
||||
|
||||
impl Component for NavBar {
|
||||
fn ui(gui: &mut Gui, ctx: &egui::Context) {
|
||||
|
||||
Reference in New Issue
Block a user