Add a comment explaining something unintuitive

This commit is contained in:
Maveth 2022-01-17 10:39:58 -06:00
parent c8f083aa44
commit fa6e5f2cec

View File

@ -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};