We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93289f1 commit cb0c9aeCopy full SHA for cb0c9ae
src/table_collection.rs
@@ -415,10 +415,7 @@ impl TableCollection {
415
/// let rv = tables.add_node_with_defaults(2.0, &node_defaults).unwrap();
416
/// assert_eq!(rv, 1);
417
/// ```
418
- pub fn add_node_with_defaults<
419
- T: Into<crate::Time>,
420
- D: crate::node_table::DefaultNodeData,
421
- >(
+ pub fn add_node_with_defaults<T: Into<crate::Time>, D: crate::node_table::DefaultNodeData>(
422
&mut self,
423
time: T,
424
defaults: &D,
0 commit comments