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
34f015af
Unverified
Commit
34f015af
authored
Dec 03, 2020
by
Michael Müller
Browse files
Revert "Revert me: Provoke doc failures"
This reverts commit
cbc45cf0
.
parent
d40023da
Pipeline
#116026
passed with stages
in 3 minutes and 35 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
crates/lang/ir/src/ir/item/mod.rs
View file @
34f015af
...
...
@@ -44,7 +44,7 @@ pub enum Item {
impl
quote
::
ToTokens
for
Item
{
/// We mainly implement this trait for this ink! type to have a derived
/// [`Spanned`](`
foo
syn::spanned::Spanned`) implementation for it.
/// [`Spanned`](`syn::spanned::Spanned`) implementation for it.
fn
to_tokens
(
&
self
,
tokens
:
&
mut
proc_macro2
::
TokenStream
)
{
match
self
{
Self
::
Ink
(
ink_item
)
=>
ink_item
.to_tokens
(
tokens
),
...
...
crates/storage/src/lazy/lazy_array.rs
View file @
34f015af
...
...
@@ -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.
/// Due to the size constraints the `LazyArray` is generally more efficient
/// than the [`LazyMap`](`super::
foo::Foo
LazyIndexMap`) for most use cases with limited elements.
/// than the [`LazyMap`](`super::LazyIndexMap`) for most use cases with limited elements.
///
/// 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
...
...
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