Add builtin path to configuration struct

This commit is contained in:
Auguste Rame 2022-06-05 13:26:56 -04:00 committed by Auguste Rame
parent f5fb4afd7c
commit e320dbd651

View File

@ -272,6 +272,7 @@ pub const Configuration = struct {
include_at_in_builtins: ?bool,
max_detail_length: ?usize,
skip_std_references: ?bool,
builtin_path: ?[]const u8,
},
},
};