We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
DeprecationStrategy::default()
1 parent 8af2434 commit 2c453e2Copy full SHA for 2c453e2
graphql_client_codegen/src/lib.rs
@@ -78,7 +78,7 @@ pub fn generate_module_token_stream(
78
// The user can determine what to do about deprecations.
79
let deprecation_strategy = options
80
.deprecation_strategy
81
- .unwrap_or(deprecation::DeprecationStrategy::Warn);
+ .unwrap_or(deprecation::DeprecationStrategy::default());
82
83
// We need to qualify the query with the path to the crate it is part of
84
let (query_string, query) = {
0 commit comments