Skip to content

Commit

Permalink
appease clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
asquared31415 committed Feb 29, 2024
1 parent f5a6ae1 commit dc4fea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ impl ResourceType {
///
/// Feature-specific resources are included in this list when the appropriate
/// feature is enabled.
pub const RESOURCES_ALL: &'static [ResourceType] = &[
pub const RESOURCES_ALL: &[ResourceType] = &[
ResourceType::Power,
ResourceType::Energy,
ResourceType::Hydrogen,
Expand Down

0 comments on commit dc4fea9

Please sign in to comment.