Skip to content

Commit afcc557

Browse files
committed
Docs: rename trace! -> trace_fns! to avoid doc conflicts
1 parent 1f28701 commit afcc557

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/optix_device/src/sys.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ get_payload! {
6969
0, 1, 2, 3, 4, 5, 6, 7
7070
}
7171

72-
macro_rules! trace {
72+
macro_rules! trace_fns {
7373
($($num:tt ($($used:ident)*) $($unused:ident)*),* $(,)?) => {
7474
$(
7575
paste! {
@@ -159,7 +159,7 @@ macro_rules! trace {
159159

160160
// i know this is ugly but it would have taken more time to write a sophisticated macro for this. Besides, this looks a lot
161161
// like a graph for my sanity when writing this 📉
162-
trace! {
162+
trace_fns! {
163163
0 ()p0 p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 p26 p27 p28 p29 p30 p31,
164164
1 (p0)p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 p26 p27 p28 p29 p30 p31,
165165
2 (p0 p1)p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 p26 p27 p28 p29 p30 p31,

0 commit comments

Comments
 (0)