Nadrieril / dhall-rust

Maintainable configuration files, for Rust users
Other
303 stars 27 forks source link

Fix a caching-related import bug #203

Closed Nadrieril closed 3 years ago

Nadrieril commented 3 years ago

If we import the same location but normally once and then as Text, caching would mix those imports. This fixes that.