Skip to content

Commit

Permalink
sys
Browse files Browse the repository at this point in the history
  • Loading branch information
kennykerr committed Dec 12, 2023
1 parent 4b2fcb7 commit 537ad7b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/libs/sys/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ Learn more about Rust for Windows here: <https://github.com/microsoft/windows-rs
#![allow(non_snake_case, non_upper_case_globals, non_camel_case_types, clippy::all)]
#![cfg_attr(not(feature = "docs"), doc(hidden))]

extern crate self as windows_sys;
pub mod core;

include!("Windows/mod.rs");

0 comments on commit 537ad7b

Please sign in to comment.