mirror of https://github.com/fafhrd91/actix-web
Fix rustversion annotation
This commit is contained in:
parent
4194e92a7d
commit
1d673ebc4e
|
@ -1,5 +1,5 @@
|
|||
#[rustversion::attr(not(stable(1.42)), ignore)]
|
||||
#[test]
|
||||
#[rustversion::stable(1.42)]
|
||||
fn compile_macros() {
|
||||
let t = trybuild::TestCases::new();
|
||||
|
||||
|
|
Loading…
Reference in New Issue