diff --git a/Cargo.toml b/Cargo.toml index fc3f976..088260a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,8 +31,3 @@ members = ["benches"] [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] - -# FIXME: Remove once proc-macro2 has published version 1.0.36. Publish is stuck -# on GitHub Actions being broken today (2021-12-26). -[patch.crates-io] -proc-macro2 = { git = "https://github.com/dtolnay/proc-macro2" }