File tree 2 files changed +0
-8
lines changed 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -91,4 +91,3 @@ fips = [
91
91
" rustls/fips" ,
92
92
" rustls-native-certs" ,
93
93
]
94
- force_fallback = []
Original file line number Diff line number Diff line change @@ -34,13 +34,6 @@ fn log_fallback_reason(reason: &str) {
34
34
println ! ( "{{\" DD_EXTENSION_FALLBACK_REASON\" :\" {reason}\" }}" ) ;
35
35
}
36
36
37
- #[ cfg( feature = "force_fallback" ) ]
38
- fn fallback ( _: & EnvConfig , _: & YamlConfig ) -> Result < ( ) , ConfigError > {
39
- log_fallback_reason ( "force_fallback" ) ;
40
- Err ( ConfigError :: UnsupportedField ( "force_fallback" . to_string ( ) ) )
41
- }
42
-
43
- #[ cfg( not( feature = "force_fallback" ) ) ]
44
37
fn fallback ( config : & EnvConfig , yaml_config : & YamlConfig ) -> Result < ( ) , ConfigError > {
45
38
// Customer explicitly opted out of the Next Gen extension
46
39
let opted_out = match config. extension_version . as_deref ( ) {
You can’t perform that action at this time.
0 commit comments