diff --git a/assets/script.py b/assets/script.py index 6d45318c..897bd3ec 100644 --- a/assets/script.py +++ b/assets/script.py @@ -1,4 +1,5 @@ # Used in PyModule examples. + class Blah: - pass \ No newline at end of file + pass diff --git a/guide/src/migration.md b/guide/src/migration.md index cfb7646c..b2b1b2cf 100644 --- a/guide/src/migration.md +++ b/guide/src/migration.md @@ -776,6 +776,7 @@ impl PySequenceProtocol for ByteSequence { After: ```rust +# #[allow(deprecated)] # #[cfg(feature = "pyproto")] # { # use pyo3::prelude::*;