Skip to content

Commit e8fb1a0

Browse files
Add book entry and rename macro
1 parent f352c04 commit e8fb1a0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/cxx-qt/src/casting.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ unsafe impl<T> Upcast<T> for T {
127127
self
128128
}
129129
}
130-
131130
/// Implements transitive casting in a chain for a type and all its ancestors
132131
///
133132
/// Suppose you have 3 types, A, B and C where A -> B and B -> C casting relationships exist,

0 commit comments

Comments
 (0)