Removes dead code + other rust 1.80 related fixes
This commit is contained in:
Thierry Berger
2024-08-05 11:32:43 +02:00
committed by GitHub
parent 617428e988
commit 7ff92b1cf5
3 changed files with 3 additions and 99 deletions

View File

@@ -66,7 +66,7 @@ impl<N: Copy, E> InteractionGraph<N, E> {
/// a map between `CollisionObjectSlabHandle` and `ColliderGraphIndex`, then you should update this
/// map to associate `id` to the handle returned by this method. For example:
///
/// ```.ignore
/// ```ignore
/// // Let `id` be the graph index of the collision object we want to remove.
/// if let Some(other_handle) = graph.remove_node(id) {
/// // The graph index of `other_handle` changed to `id` due to the removal.