mirror of https://github.com/sgoudham/neovide.git
refactor(font): conditional compilation on macos
Avoids ``` warning: unused variable: `points_per_inch` --> src/renderer/fonts/font_options.rs:94:9 | 94 | let points_per_inch = 72.0; | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_points_per_inch` | = note: `#[warn(unused_variables)]` on by default ``` on macOS, which is innocuous but has been bugging me for a while.macos-click-through
parent
3bba418c1c
commit
c3fe866bb9
Loading…
Reference in New Issue