Skip to content

Commit

Permalink
add to "full" feature-set
Browse files Browse the repository at this point in the history
  • Loading branch information
MusicalNinjaDad committed Apr 14, 2024
1 parent 5b8c8bf commit 59aaa8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ nightly = []
# This is mostly intended for testing purposes - activating *all* of these isn't particularly useful.
full = [
"macros",
"testing",
# "multiple-pymethods", # TODO re-add this when MSRV is greater than 1.62
"anyhow",
"chrono",
Expand Down
1 change: 1 addition & 0 deletions pyo3-testing/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#![cfg(not(any(PyPy, GraalPy)))]
use proc_macro::TokenStream as TokenStream1;
use proc_macro2::{Span, TokenStream as TokenStream2};
use quote::quote;
Expand Down

0 comments on commit 59aaa8d

Please sign in to comment.