diff options
author | Nadrieril | 2019-08-03 22:55:51 +0200 |
---|---|---|
committer | Nadrieril | 2019-08-06 21:40:24 +0200 |
commit | cc03ada4e713f145f2eb1bbf0f131a4c5746cf74 (patch) | |
tree | 6c4d1a59e3cfd621154b997ffe742768dc34c701 /dhall_syntax/src | |
parent | 8ec422f2319360f986950fcb9aae4bcf65a9c1e2 (diff) |
Inline headers
Diffstat (limited to 'dhall_syntax/src')
-rw-r--r-- | dhall_syntax/src/core/import.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dhall_syntax/src/core/import.rs b/dhall_syntax/src/core/import.rs index c328e34..306460b 100644 --- a/dhall_syntax/src/core/import.rs +++ b/dhall_syntax/src/core/import.rs @@ -26,6 +26,7 @@ pub struct URL { pub authority: String, pub path: Vec<String>, pub query: Option<String>, + // TODO: implement inline headers pub headers: Option<Box<ImportHashed>>, } |