Skip to content

Commit

Permalink
xtask: fix clippy raw string hashes
Browse files Browse the repository at this point in the history
  • Loading branch information
nrxus committed Sep 27, 2023
1 parent 53cc4c4 commit 7217132
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xtask/src/docs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ pub fn docs(metadata: Metadata) -> Result<()> {

fs::write(
site.join("robots.txt"),
indoc! {r#"
indoc! {r"
User-Agent:*
Disallow: /
"#},
"},
)
.context("can't write robots.txt")?;

Expand Down

0 comments on commit 7217132

Please sign in to comment.