Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
ink
Commits
cbc45cf0
Unverified
Commit
cbc45cf0
authored
Dec 02, 2020
by
Michael Müller
Browse files
Revert me: Provoke doc failures
parent
8e8fe095
Changes
2
Hide whitespace changes
Inline
Side-by-side
crates/lang/ir/src/ir/item/mod.rs
View file @
cbc45cf0
...
@@ -44,7 +44,7 @@ pub enum Item {
...
@@ -44,7 +44,7 @@ pub enum Item {
impl
quote
::
ToTokens
for
Item
{
impl
quote
::
ToTokens
for
Item
{
/// We mainly implement this trait for this ink! type to have a derived
/// We mainly implement this trait for this ink! type to have a derived
/// [`Spanned`](`syn::spanned::Spanned`) implementation for it.
/// [`Spanned`](`
foo
syn::spanned::Spanned`) implementation for it.
fn
to_tokens
(
&
self
,
tokens
:
&
mut
proc_macro2
::
TokenStream
)
{
fn
to_tokens
(
&
self
,
tokens
:
&
mut
proc_macro2
::
TokenStream
)
{
match
self
{
match
self
{
Self
::
Ink
(
ink_item
)
=>
ink_item
.to_tokens
(
tokens
),
Self
::
Ink
(
ink_item
)
=>
ink_item
.to_tokens
(
tokens
),
...
...
crates/storage/src/lazy/lazy_array.rs
View file @
cbc45cf0
...
@@ -70,7 +70,7 @@ impl<T, N: ArrayLength<CacheCell<Option<StorageEntry<T>>>>> LazyArrayLength<T>
...
@@ -70,7 +70,7 @@ impl<T, N: ArrayLength<CacheCell<Option<StorageEntry<T>>>>> LazyArrayLength<T>
///
///
/// Computes operations on the underlying N storage cells in a lazy fashion.
/// Computes operations on the underlying N storage cells in a lazy fashion.
/// Due to the size constraints the `LazyArray` is generally more efficient
/// Due to the size constraints the `LazyArray` is generally more efficient
/// than the [`LazyMap`](`super::LazyIndexMap`) for most use cases with limited elements.
/// than the [`LazyMap`](`super::
foo::Foo
LazyIndexMap`) for most use cases with limited elements.
///
///
/// This is mainly used as low-level storage primitives by other high-level
/// This is mainly used as low-level storage primitives by other high-level
/// storage primitives in order to manage the contract storage for a whole
/// storage primitives in order to manage the contract storage for a whole
...
...
Michael Müller
@cmichi
mentioned in commit
34f015af
·
Dec 03, 2020
mentioned in commit
34f015af
mentioned in commit 34f015af8397794d8306cf481dfd947dde23f2fe
Toggle commit list
Denis_P
🏑
@TriplEight
mentioned in commit
5115146d
·
Dec 04, 2020
mentioned in commit
5115146d
mentioned in commit 5115146d132559e68c9650259fa713d4e6f9ce1a
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment