ensure_no_suffix

Function ensure_no_suffix 

Source
fn ensure_no_suffix(
    keyword: &Keyword,
    architecture: Option<SystemArchitecture>,
) -> Result<(), BridgeError>
Expand description

Ensures that a combination of a Keyword and an optional SystemArchitecture does not use an SystemArchitecture.

ยงErrors

Returns an error, if architecture provides an SystemArchitecture.