Skip to content

Commit

Permalink
style: 🎨 change use order in example
Browse files Browse the repository at this point in the history
  • Loading branch information
oberrich committed Apr 12, 2024
1 parent e2859fe commit 77fe83f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ The [`syscall!` macro][syscall-macro] provides a type-safe way to invoke a Windo

```rust
#![feature(asm_const, maybe_uninit_uninit_array, maybe_uninit_array_assume_init)]
use windows_syscall::syscall;
use phnt::ffi::{NTSTATUS, HANDLE, NtClose, NtTestAlert}; // = "0.0.25"
use windows_syscall::syscall;

fn main() {
const INVALID_HANDLE: HANDLE = core::ptr::null_mut();
Expand Down

0 comments on commit 77fe83f

Please sign in to comment.