Skip to content

Commit

Permalink
Update bevy_lint/tests/ui/borrowed_reborrowable/commands.rs
Browse files Browse the repository at this point in the history
Co-authored-by: BD103 <[email protected]>
  • Loading branch information
MrGVSV and BD103 authored Nov 6, 2024
1 parent 0161b02 commit 74b57fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bevy_lint/tests/ui/borrowed_reborrowable/commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#![feature(register_tool)]
#![register_tool(bevy)]
#![deny(bevy::borrowed_commands)]
#![deny(bevy::borrowed_commands)]

use bevy::ecs::system::EntityCommands;
use bevy::prelude::*;
Expand Down

0 comments on commit 74b57fe

Please sign in to comment.