diff --git a/src/api/mod.rs b/src/api/mod.rs index 4cb294e919..b52d4cc4e0 100644 --- a/src/api/mod.rs +++ b/src/api/mod.rs @@ -1374,7 +1374,6 @@ impl ApiRequest { } /// enables or disables redirects. The default is off. - #[cfg(any(target_os = "macos", not(feature = "managed")))] pub fn follow_location(mut self, val: bool) -> ApiResult { debug!("follow redirects: {val}"); self.handle.follow_location(val)?;