Merge pull request #1516 from PyO3/davidhewitt-patch-1

build.rs: adjust pypy warning wording
This commit is contained in:
messense 2021-03-24 11:53:40 +08:00 committed by GitHub
commit ffce9f3505
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -806,7 +806,7 @@ fn configure(interpreter_config: &InterpreterConfig) -> Result<()> {
println!("cargo:rustc-cfg=PyPy");
if is_abi3 {
warn!(
"PyPy does not yet support abi3 so the resulting wheel will be version-specific. \
"PyPy does not yet support abi3 so the build artifacts will be version-specific. \
See https://foss.heptapod.net/pypy/pypy/-/issues/3397 for more information."
)
}