Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeisler authored Oct 2, 2023
1 parent 4f291df commit 5903e97
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/exercises/day-3/safe-ffi-wrapper.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@

// ANCHOR: solution
// ANCHOR: ffi

use tempfile::tempfile; // requires tempfile = "3" in Cargo.toml dependencies

mod ffi {
use std::os::raw::{c_char, c_int};
#[cfg(not(target_os = "macos"))]
Expand Down

0 comments on commit 5903e97

Please sign in to comment.