Skip to content

Commit

Permalink
add TODO regarding dyn upcasting coercion stabilization
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxVerevkin committed Dec 8, 2023
1 parent 4db1a28 commit ea0d050
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/wm_info_provider.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ pub trait WmInfoProvider {
) {
}

// TODO: remove once Rust 1.76 is stable (RFC3324 dyn upcasting coercion)
fn as_any(&mut self) -> &mut dyn Any;
}

Expand Down

0 comments on commit ea0d050

Please sign in to comment.