From 5523f64c6f939ced94d55c569f592320442e8eb9 Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Mon, 1 Apr 2019 22:27:27 +0000 Subject: Revert daemon removal This reverts the removal of the call to libc::daemon and instead adds an annotation to ignore the deprecation warnings on macos. This will not be an issue in the future since macOS is only discouraging the use of `daemon`, but I'm not aware of any intention to actually remove it. This fixes #2211. --- font/src/darwin/mod.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'font') diff --git a/font/src/darwin/mod.rs b/font/src/darwin/mod.rs index 15a97e24..44cbdf30 100644 --- a/font/src/darwin/mod.rs +++ b/font/src/darwin/mod.rs @@ -622,7 +622,6 @@ mod tests { 101...150 => '~', 151...200 => '*', 201...255 => '#', - _ => unreachable!(), }; print!("{}", c); } -- cgit v1.2.3