Merge pull request #1453 from PyO3/davidhewitt-patch-2
guide: correct documentation on default features
This commit is contained in:
commit
cab61806b5
|
@ -2,7 +2,7 @@
|
|||
|
||||
PyO3 provides a number of Cargo features to customise functionality. This chapter of the guide provides detail on each of them.
|
||||
|
||||
By default, the `macros` and `auto-initialize` features are enabled.
|
||||
By default, only the `macros` feature is enabled.
|
||||
|
||||
## Features for extension module authors
|
||||
|
||||
|
|
Loading…
Reference in New Issue