Skip to content

Commit

Permalink
fix cargo doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Vrixyz committed Jul 10, 2024
1 parent 2e7266f commit 74315eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bevy_rapier3d/benches/cubes.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//! Translated from avian benchmark.
//!
//! https://github.com/Jondolf/avian/blob/81290423e146264120cf9711af716f6faf669717/crates/avian3d/benches/cubes.rs.
//! <https://github.com/Jondolf/avian/blob/81290423e146264120cf9711af716f6faf669717/crates/avian3d/benches/cubes.rs>

use benches_common::bench_app_updates;
use bevy::prelude::*;
Expand Down
2 changes: 1 addition & 1 deletion bevy_rapier3d/benches/many_pyramids3.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//! Translated from rapier benchmark.
//!
//! https://github.com/dimforge/rapier/blob/87ada34008f4a1a313ccf8c3040040bab4f10e69/benchmarks3d/many_pyramids3.rs
//! <https://github.com/dimforge/rapier/blob/87ada34008f4a1a313ccf8c3040040bab4f10e69/benchmarks3d/many_pyramids3.rs>

use benches_common::bench_app_updates;
use bevy::prelude::*;
Expand Down
2 changes: 1 addition & 1 deletion custom_benches/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//! Translated from rapier benchmark.
//!
//! https://github.com/dimforge/rapier/blob/87ada34008f4a1a313ccf8c3040040bab4f10e69/benchmarks3d/many_pyramids3.rs
//! <https://github.com/dimforge/rapier/blob/87ada34008f4a1a313ccf8c3040040bab4f10e69/benchmarks3d/many_pyramids3.rs>

use benches_common::default_app;
use benches_common::wait_app_start;
Expand Down

0 comments on commit 74315eb

Please sign in to comment.