Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions src/config/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,6 @@ use std::fmt;
use std::io::Read;
use std::path::{Path, PathBuf};

// TODO figure out which ISO spec this actually is
pub struct CommonLang(String);

impl std::str::FromStr for CommonLang {
type Err = Error;
fn from_str(_s: &str) -> std::result::Result<Self, Self::Err> {
//
unimplemented!("Common Lang needs a ref spec")
}
}

#[derive(Deserialize, Serialize, Debug, Clone)]
#[serde(deny_unknown_fields)]
pub struct Config {
Expand Down