Skip to content

Commit

Permalink
Merge pull request #688 from tweag/erin/languages-toml-move
Browse files Browse the repository at this point in the history
chore(config): move languages.toml to where it belongs
  • Loading branch information
Erin van der Veen authored Mar 5, 2024
2 parents e7bbaec + a545519 commit 614abf5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion topiary-config/src/serde.rs
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ impl Serialisation {
/// `Serialisation` doesn't work well, because that forces every configuration file to define
/// every part of the configuration.)
pub fn default_toml() -> toml::Value {
let default_config = include_str!("../../languages.toml");
let default_config = include_str!("../languages.toml");

// We assume that the shipped built-in TOML is valid, so `.expect` is fine
toml::from_str(default_config)
Expand Down

0 comments on commit 614abf5

Please sign in to comment.