mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Add a comment explaining something unintuitive
This commit is contained in:
parent
c8f083aa44
commit
fa6e5f2cec
@ -2,6 +2,7 @@ use super::*;
|
||||
use crate::comp::{skillset::SkillPrerequisitesMap, Skill};
|
||||
use hashbrown::HashMap;
|
||||
|
||||
// Unneeded cfg(test) here keeps rust-analyzer happy
|
||||
#[cfg(test)]
|
||||
use petgraph::{algo::is_cyclic_undirected, graph::UnGraph};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user