style: Cleanup styles with pre-commit
parent
9b6fe94bc8
commit
29674213e8
|
@ -7,4 +7,4 @@ The following crate feature flags are available:
|
|||
|
||||
* `encryption`: Enables end-to-end encryption support in the library.
|
||||
* `qrcode`: Enbles QRcode generation and reading code
|
||||
* `testing`: provides facilities and functions for tests, in particular for integration testing store implementations. ATTENTION: do not ever use outside of tests, we do not provide any stability warantees on these, these are merely helpers. If you find you _need_ any function provided here outside of tests, please open a Github Issue and inform us about your use case for us to consider.
|
||||
* `testing`: provides facilities and functions for tests, in particular for integration testing store implementations. ATTENTION: do not ever use outside of tests, we do not provide any stability warantees on these, these are merely helpers. If you find you _need_ any function provided here outside of tests, please open a Github Issue and inform us about your use case for us to consider.
|
||||
|
|
|
@ -69,4 +69,4 @@ The following crate feature flags are available:
|
|||
|
||||
* `qrcode`: Enbles QRcode generation and reading code
|
||||
|
||||
* `testing`: provides facilities and functions for tests, in particular for integration testing store implementations. ATTENTION: do not ever use outside of tests, we do not provide any stability warantees on these, these are merely helpers. If you find you _need_ any function provided here outside of tests, please open a Github Issue and inform us about your use case for us to consider.
|
||||
* `testing`: provides facilities and functions for tests, in particular for integration testing store implementations. ATTENTION: do not ever use outside of tests, we do not provide any stability warantees on these, these are merely helpers. If you find you _need_ any function provided here outside of tests, please open a Github Issue and inform us about your use case for us to consider.
|
||||
|
|
|
@ -17,4 +17,4 @@ proc-macro = true
|
|||
[dependencies]
|
||||
proc-macro2 = "1.0.29"
|
||||
quote = "1"
|
||||
syn = { version = "1.0.81", features = ["full",] }
|
||||
syn = { version = "1.0.81", features = ["full",] }
|
||||
|
|
|
@ -18,4 +18,4 @@ TBD
|
|||
|
||||
## Archived experiments
|
||||
|
||||
_Link to PR that deleted the experiment from the repo, newest first_:
|
||||
_Link to PR that deleted the experiment from the repo, newest first_:
|
||||
|
|
Loading…
Reference in New Issue