Skip to content

Commit e507386

Browse files
committed
output.rs: Fix bare link doc warning
1 parent 4bcb385 commit e507386

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/output.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ pub fn create_output_directory(output_dir: &Path) -> Result<()> {
6868

6969
/// Used to represent assets in assets output CSV file and other output files.
7070
///
71-
/// NB: It may be better to represent assets in these other files with IDs instead, see:
72-
/// https://github.com/EnergySystemsModellingLab/MUSE_2.0/issues/581
71+
/// NB: It may be better to represent assets in these other files with IDs instead, see
72+
/// [#581](https://github.com/EnergySystemsModellingLab/MUSE_2.0/issues/581).
7373
#[derive(Serialize, Deserialize, Debug, PartialEq)]
7474
struct AssetRow {
7575
milestone_year: u32,

0 commit comments

Comments
 (0)