Skip to content

Commit

Permalink
(IGNORE) Remove doc argument for now
Browse files Browse the repository at this point in the history
Not sure why it can't find root-level README file
  • Loading branch information
scouten committed Sep 22, 2023
1 parent 6dcf366 commit 0cfcd51
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion macros/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#![deny(warnings)]
#![doc = include_str!("../../README.md")]
#![cfg_attr(docsrs, feature(doc_cfg, doc_auto_cfg, doc_cfg_hide))]

use proc_macro::{TokenStream, TokenTree};
Expand Down

0 comments on commit 0cfcd51

Please sign in to comment.