1 2 3 4 5 6 7
#![allow(deprecated)] use deprecate_until::deprecate_until; #[deprecate_until(since = "0.1.0", note = "Please ignore", remove = ">= 2.0")] #[test] fn ok() {}