Publishing with a patch is now okay
diff --git a/Cargo.toml b/Cargo.toml
index 40496e1..de8cba1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -49,11 +49,6 @@
# meaning impls would be missing when tested against types from the local
# proc-macro2.
#
-# When publishing proc-macro2, Cargo will forbid publishing with a patch
-# section. You need to delete this section and then publish with --allow-dirty.
-# A PR https://github.com/rust-lang/cargo/pull/6535 proposes to make it no
-# longer an error to publish with a patch section.
-#
# Travis builds that are in progress at the time that you publish may spuriously
# fail. This is because they'll be building a local proc-macro2 which carries
# the second-most-recent version number, pulling in quote which resolves to a