Simplify comments to prepare for follow-on change

This commit is contained in:
Hanno Braun 2023-08-18 11:39:15 +02:00
parent b42ad3dc07
commit f2d50083d2

View File

@ -230,7 +230,7 @@ impl EdgeCache {
Self::default() Self::default()
} }
/// Access the approximation for the given [`GlobalEdge`], if available /// Access the approximation for the given edge, if available
fn get_edge( fn get_edge(
&self, &self,
handle: Handle<GlobalEdge>, handle: Handle<GlobalEdge>,
@ -252,7 +252,7 @@ impl EdgeCache {
None None
} }
/// Insert the approximation of a [`GlobalEdge`] /// Insert the approximation of an edge
fn insert_edge( fn insert_edge(
&mut self, &mut self,
handle: Handle<GlobalEdge>, handle: Handle<GlobalEdge>,