mirror of
https://github.com/github/codeql.git
synced 2026-04-29 10:45:15 +02:00
Ruby: Add some documentation
This is primarily to bust the build cache.
This commit is contained in:
@@ -320,6 +320,8 @@ fn scan_erb(
|
||||
(result, line_breaks)
|
||||
}
|
||||
|
||||
/// Advance `index` to the next non-whitespace character.
|
||||
/// Newlines are **not** considered whitespace.
|
||||
fn skip_space(content: &[u8], index: usize) -> usize {
|
||||
let mut index = index;
|
||||
while index < content.len() {
|
||||
|
||||
Reference in New Issue
Block a user