When using a [patch.crates-io] within an actual crate - mainly for the PR CI build - retained when publishing to crates.io ? So that once someone depends on the crate and pull it from crates.io this will also use the patch section?
I hope that this will be filtered out as part of the publishing but would like confirmation before actually publishing.
To be clear, even if the [patch] section is still present in Cargo.toml, it will be ignored when the crate is used as a dependency, whether through crates.io or otherwise.