Improve code readability
This commit is contained in:
parent
9c46173895
commit
eb93d1bede
2 changed files with 23 additions and 15 deletions
|
@ -137,7 +137,7 @@ pub(super) fn write_shared(
|
|||
Ok((ret, krates))
|
||||
}
|
||||
|
||||
/// Read a file and return all lines that match the <code>"{crate}":{data},\</code> format,
|
||||
/// Read a file and return all lines that match the <code>"{crate}":{data},\ </code> format,
|
||||
/// and return a tuple `(Vec<DataString>, Vec<CrateNameString>)`.
|
||||
///
|
||||
/// This forms the payload of files that look like this:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue