Fix comment in postorder.rs.

This commit is contained in:
Chris Fallin
2021-08-12 14:00:20 -07:00
parent 1f30958b5a
commit b76b7747d0

View File

@@ -3,7 +3,7 @@
* exception. See `LICENSE` for details.
*/
//! Fast postorder computation with no allocations (aside from result).
//! Fast postorder computation.
use crate::Block;
use smallvec::{smallvec, SmallVec};