Skip to content

Commit c82009b

Browse files
fix: Fix compile error in Docker build
We were failing to compile in our Docker release build step due to this function being called when not compiled in.
1 parent 4338ee0 commit c82009b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/api/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1374,7 +1374,6 @@ impl ApiRequest {
13741374
}
13751375

13761376
/// enables or disables redirects. The default is off.
1377-
#[cfg(any(target_os = "macos", not(feature = "managed")))]
13781377
pub fn follow_location(mut self, val: bool) -> ApiResult<Self> {
13791378
debug!("follow redirects: {val}");
13801379
self.handle.follow_location(val)?;

0 commit comments

Comments
 (0)