Restore better format for catalog aliases
This commit is contained in:
@@ -2,18 +2,13 @@
|
|||||||
pub type CatalogDefinition<'a> = (&'a str, Login<'a>);
|
pub type CatalogDefinition<'a> = (&'a str, Login<'a>);
|
||||||
pub type Login<'a> = Option<(&'a str, &'a str)>;
|
pub type Login<'a> = Option<(&'a str, &'a str)>;
|
||||||
|
|
||||||
|
#[cfg_attr(rustfmt, rustfmt_skip)]
|
||||||
pub static ALIASES: &[(&str, CatalogDefinition)] = &[
|
pub static ALIASES: &[(&str, CatalogDefinition)] = &[
|
||||||
("DS_WS1617", ("16w-diskrete-strukturen", None)),
|
("DS_WS1617", ("16w-diskrete-strukturen", None)),
|
||||||
(
|
("EIDI_WS1617", ("eidi1-2016", Some(("eidi-2016", "PGdP.16")))),
|
||||||
"EIDI_WS1617",
|
|
||||||
("eidi1-2016", Some(("eidi-2016", "PGdP.16"))),
|
|
||||||
),
|
|
||||||
("ERA_WS1617", ("era-2016", None)),
|
("ERA_WS1617", ("era-2016", None)),
|
||||||
|
|
||||||
(
|
("GAD_SS17", ("17s-grundlagen-algorithmen-und-datenstrukturen", None)),
|
||||||
"GAD_SS17",
|
|
||||||
("17s-grundlagen-algorithmen-und-datenstrukturen", None),
|
|
||||||
),
|
|
||||||
("LA_SS17", ("17s-lineare-algebra-fuer-informatik", None)),
|
("LA_SS17", ("17s-lineare-algebra-fuer-informatik", None)),
|
||||||
// EIST is on a Nextcloud
|
// EIST is on a Nextcloud
|
||||||
];
|
];
|
||||||
|
Reference in New Issue
Block a user