Skip to content

Commit

Permalink
Trivial Rust code modification to make Rust workflows run
Browse files Browse the repository at this point in the history
  • Loading branch information
teor2345 authored Nov 17, 2023
1 parent 4be7cd4 commit 20684f3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions zebrad/src/application.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
//! Zebrad Abscissa Application
//!
//! This is the code that starts `zebrad`, and launches its tasks and services.
//! See [the crate docs](crate) and [the start docs](crate::commands::start) for more details.

Check failure on line 4 in zebrad/src/application.rs

View workflow job for this annotation

GitHub Actions / Build and Deploy Zebra Internal Docs

unresolved link to `crate::commands::start`
use std::{env, fmt::Write as _, io::Write as _, process, sync::Arc};

Expand Down

0 comments on commit 20684f3

Please sign in to comment.