Skip to content

Commit

Permalink
change crate name in front page of docs
Browse files Browse the repository at this point in the history
  • Loading branch information
galenseilis committed Oct 2, 2024
1 parent 16e4149 commit 6f69c20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desru/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
//!
//! ```rust
//! use std::collections::HashMap;
//! use rust_simulation_framework::{Event, EventScheduler};
//! use desru::{Event, EventScheduler};
//!
//! fn main() {
//! let mut scheduler = EventScheduler::new();
Expand Down

0 comments on commit 6f69c20

Please sign in to comment.