Skip to content

Commit 93887d3

Browse files
committed
Update sys module headers to avoid confusion
1 parent dfa4a23 commit 93887d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

renderdoc_sys/src/app.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
//! In-app API bindings.
1+
//! Raw FFI bindings to the in-application API.
22
33
include!(concat!(env!("OUT_DIR"), "/app.rs"));

renderdoc_sys/src/replay.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! Replay API bindings.
1+
//! Raw FFI bindings to the replay API.
22
33
include!(concat!(env!("OUT_DIR"), "/replay.rs"));
44

0 commit comments

Comments
 (0)