We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8637097 commit 25289b6Copy full SHA for 25289b6
1 file changed
build_rust.py
@@ -19,7 +19,7 @@ def build(setup_kwargs: Dict[str, Any]) -> None:
19
# This flag is a no-op in the latest versions. Instead, we need to
20
# specify this in the `bdist_wheel` config below.
21
py_limited_api=True,
22
- # We always build in release mode, as we can't distinguish
+ # We always build in release mode, as we can't distinguish
23
# between using `poetry` in development vs production.
24
debug=False,
25
)
0 commit comments