Skip to content

Commit

Permalink
app: 🎴 add small doc comment to App::new
Browse files Browse the repository at this point in the history
  • Loading branch information
cratelyn committed Feb 28, 2024
1 parent f8762a0 commit c078784
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/core/app/src/app/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ pub struct App {
}

impl App {
/// Constructs a new application, using the provided [`Snapshot`].
pub async fn new(snapshot: Snapshot) -> Result<Self> {
tracing::debug!("initializing App instance");

Expand Down

0 comments on commit c078784

Please sign in to comment.