mirror of
https://gitlab.com/veloren/veloren.git
synced 2025-07-25 04:42:23 +00:00
Add a comment explaining something unintuitive
This commit is contained in:
@ -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};
|
||||
|
||||
|
Reference in New Issue
Block a user