Skip to content
Snippets Groups Projects
Commit 4edd3489 authored by Denis Smirnov's avatar Denis Smirnov
Browse files

refactoring: remove redundant pub(crate) for IR nodes arena

parent 148d23ee
No related branches found
No related tags found
1 merge request!1414sbroad import
......@@ -47,7 +47,7 @@ pub struct Nodes {
/// so all nodes are stored in the single arena ("nodes" array).
/// The positions in the array act like pointers, so it is possible
/// only to add nodes to the plan, but never remove them.
pub(crate) arena: Vec<Node>,
arena: Vec<Node>,
}
impl Nodes {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment