Skip to content

Commit

Permalink
Remove #![feature(extended_key_value_attributes)] (#274)
Browse files Browse the repository at this point in the history
Closes #273
  • Loading branch information
lambda-fairy authored May 20, 2021
1 parent 56f108c commit 6a3d3ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion doctest/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ fn main() {

let mut buffer = r#"// Automatically @generated – do not edit
#![feature(extended_key_value_attributes)]
"#.to_string();

for entry in fs::read_dir(DOCS_DIR).unwrap() {
Expand Down

0 comments on commit 6a3d3ec

Please sign in to comment.