Skip to content

Commit

Permalink
simplify build 2
Browse files Browse the repository at this point in the history
use symbolic link to fix the `cargo publish`
  • Loading branch information
pepyakin committed Dec 22, 2023
1 parent fe5f17e commit ed811f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions proc-macro-warning/README.md
2 changes: 1 addition & 1 deletion proc-macro-warning/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* SPDX-License-Identifier: (GPL-3.0 or Apache-2.0)
*/

#![doc = include_str!(env!("README_PATH"))]
#![doc = include_str!("../README.md")]
#![deny(unsafe_code)]
#![deny(missing_docs)]

Expand Down

0 comments on commit ed811f0

Please sign in to comment.