Skip to content

Commit

Permalink
fix clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
catornot committed Dec 31, 2024
1 parent 5b1b5c1 commit 697ebdb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/mid/engine/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pub static ENGINE_DATA: OnceCell<EngineData> = OnceCell::new();

impl EngineData {
/// just returns everything in it's raw form
///
/// returns the functions and statics needed to register ConVars
///
/// if you need to use it for some reason you can refer to rrplug code in [`crate::high::engine::convars`]
Expand Down

0 comments on commit 697ebdb

Please sign in to comment.