mirror of
https://github.com/Dummi26/mers.git
synced 2025-03-10 14:13:52 +01:00
fix pub(crate) instead of pub on Info::Global
This commit is contained in:
parent
dab8fd9584
commit
45f0fe7c90
@ -3,7 +3,7 @@ use std::fmt::Debug;
|
||||
#[derive(Clone, Debug)]
|
||||
pub struct Info<L: Local> {
|
||||
pub scopes: Vec<L>,
|
||||
pub(crate) global: L::Global,
|
||||
pub global: L::Global,
|
||||
}
|
||||
|
||||
impl<L: Local> Info<L> {
|
||||
|
Loading…
Reference in New Issue
Block a user