File tree Expand file tree Collapse file tree 4 files changed +20
-0
lines changed
Expand file tree Collapse file tree 4 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 1+ /*
2+ * SPDX-FileCopyrightText: 2021 Geoffroy Couprie <contact@geoffroycouprie.com>, Clément Delafargue <clement@delafargue.name>
3+ *
4+ * SPDX-License-Identifier: Apache-2.0
5+ */
16use std:: collections:: HashMap ;
27
38use biscuit_auth as biscuit;
Original file line number Diff line number Diff line change 1+ /*
2+ * SPDX-FileCopyrightText: 2021 Geoffroy Couprie <contact@geoffroycouprie.com>, Clément Delafargue <clement@delafargue.name>
3+ *
4+ * SPDX-License-Identifier: Apache-2.0
5+ */
16use std:: collections:: { BTreeSet , HashMap } ;
27
38use biscuit_auth:: { self as biscuit, builder:: MapKey } ;
Original file line number Diff line number Diff line change 1+ /*
2+ * SPDX-FileCopyrightText: 2021 Geoffroy Couprie <contact@geoffroycouprie.com>, Clément Delafargue <clement@delafargue.name>
3+ *
4+ * SPDX-License-Identifier: Apache-2.0
5+ */
16use std:: str:: FromStr ;
27
38use biscuit_auth as biscuit;
Original file line number Diff line number Diff line change 1+ /*
2+ * SPDX-FileCopyrightText: 2021 Geoffroy Couprie <contact@geoffroycouprie.com>, Clément Delafargue <clement@delafargue.name>
3+ *
4+ * SPDX-License-Identifier: Apache-2.0
5+ */
16// we need an explicitly defined `to_string`, and `from_str` methods
27// so that we can expose them to JS with a proper name.
38#![ allow( clippy:: inherent_to_string, clippy:: should_implement_trait) ]
You can’t perform that action at this time.
0 commit comments