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