Fix comment in postorder.rs.
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
* exception. See `LICENSE` for details.
|
* exception. See `LICENSE` for details.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//! Fast postorder computation with no allocations (aside from result).
|
//! Fast postorder computation.
|
||||||
|
|
||||||
use crate::Block;
|
use crate::Block;
|
||||||
use smallvec::{smallvec, SmallVec};
|
use smallvec::{smallvec, SmallVec};
|
||||||
|
|||||||
Reference in New Issue
Block a user