Skip to content

Commit

Permalink
rm needless lifetimes
Browse files Browse the repository at this point in the history
  • Loading branch information
s5suzuki committed Dec 11, 2024
1 parent f3aa57e commit 67eefe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simulator/src/imgui_wgpu/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ pub struct TextureConfig<'a> {
pub sampler_desc: SamplerDescriptor<'a>,
}

impl<'a> Default for TextureConfig<'a> {
impl Default for TextureConfig<'_> {
/// Create a new texture config.
fn default() -> Self {
let sampler_desc = SamplerDescriptor {
Expand Down

0 comments on commit 67eefe5

Please sign in to comment.