Skip to content

Commit

Permalink
simplify build 2 (#14)
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
  • Loading branch information
pepyakin and ggwpez authored Dec 22, 2023
1 parent 59bb4e2 commit fd32037
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions proc-macro-warning/README.md
4 changes: 1 addition & 3 deletions proc-macro-warning/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
* SPDX-License-Identifier: (GPL-3.0 or Apache-2.0)
*/

// Publishing builds the crate outside of the workspace and leads it to have a different root path:
#![cfg_attr(feature = "publish", doc = include_str!("../README.md"))]
#![cfg_attr(not(feature = "publish"), doc = include_str!("../../README.md"))]
#![doc = include_str!("../README.md")]
#![deny(unsafe_code)]
#![deny(missing_docs)]

Expand Down

0 comments on commit fd32037

Please sign in to comment.