mirror of
https://github.com/HigherOrderCO/Bend.git
synced 2024-11-04 01:20:56 +03:00
Adjust cspell
This commit is contained in:
parent
c7ba4b1ce7
commit
c8c54f911c
11
cspell.json
11
cspell.json
@ -7,6 +7,7 @@
|
|||||||
"argn",
|
"argn",
|
||||||
"arities",
|
"arities",
|
||||||
"arity",
|
"arity",
|
||||||
|
"arrayvec",
|
||||||
"behaviour",
|
"behaviour",
|
||||||
"bitand",
|
"bitand",
|
||||||
"Bitonic",
|
"Bitonic",
|
||||||
@ -36,6 +37,7 @@
|
|||||||
"hexdigit",
|
"hexdigit",
|
||||||
"hvm's",
|
"hvm's",
|
||||||
"hvmc",
|
"hvmc",
|
||||||
|
"iexp",
|
||||||
"indexmap",
|
"indexmap",
|
||||||
"inet",
|
"inet",
|
||||||
"inets",
|
"inets",
|
||||||
@ -57,10 +59,13 @@
|
|||||||
"lnet",
|
"lnet",
|
||||||
"lnil",
|
"lnil",
|
||||||
"lpthread",
|
"lpthread",
|
||||||
|
"mant",
|
||||||
"mult",
|
"mult",
|
||||||
"namegen",
|
"namegen",
|
||||||
"nams",
|
"nams",
|
||||||
"nats",
|
"nats",
|
||||||
|
"newtype",
|
||||||
|
"nilary",
|
||||||
"nullary",
|
"nullary",
|
||||||
"numop",
|
"numop",
|
||||||
"nums",
|
"nums",
|
||||||
@ -84,6 +89,7 @@
|
|||||||
"resugar",
|
"resugar",
|
||||||
"resugared",
|
"resugared",
|
||||||
"resugaring",
|
"resugaring",
|
||||||
|
"repr",
|
||||||
"rfold",
|
"rfold",
|
||||||
"rsplit",
|
"rsplit",
|
||||||
"rwts",
|
"rwts",
|
||||||
@ -112,10 +118,7 @@
|
|||||||
"walkdir",
|
"walkdir",
|
||||||
"wopts"
|
"wopts"
|
||||||
],
|
],
|
||||||
"files": [
|
"files": ["**/*.rs", "**/*.md"],
|
||||||
"**/*.rs",
|
|
||||||
"**/*.md"
|
|
||||||
],
|
|
||||||
"ignoreRegExpList": [
|
"ignoreRegExpList": [
|
||||||
"HexValues",
|
"HexValues",
|
||||||
"/λ/g",
|
"/λ/g",
|
||||||
|
@ -22,7 +22,7 @@ use super::util::{array_vec, deref};
|
|||||||
/// The top level AST node, representing a collection of named nets.
|
/// The top level AST node, representing a collection of named nets.
|
||||||
///
|
///
|
||||||
/// This is a newtype wrapper around a `BTreeMap<String, Net>`, and is
|
/// This is a newtype wrapper around a `BTreeMap<String, Net>`, and is
|
||||||
/// dereferencable to such.
|
/// dereferenceable to such.
|
||||||
#[derive(Clone, Hash, PartialEq, Eq, Debug, Default)]
|
#[derive(Clone, Hash, PartialEq, Eq, Debug, Default)]
|
||||||
pub struct Book {
|
pub struct Book {
|
||||||
pub nets: BTreeMap<String, Net>,
|
pub nets: BTreeMap<String, Net>,
|
||||||
|
Loading…
Reference in New Issue
Block a user