Skip to content

Commit 6dcc884

Browse files
committed
Ruby: Small doc change
This is primarily to bust the actions cache, to test a change in the ruby-build workflow.
1 parent eefc486 commit 6dcc884

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ruby/extractor/src/bin/extractor.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ lazy_static! {
4343
static ref CP_NUMBER: regex::Regex = regex::Regex::new("cp([0-9]+)").unwrap();
4444
}
4545

46+
/// Returns the `encoding::Encoding` corresponding to the given encoding name, if one exists.
4647
fn encoding_from_name(encoding_name: &str) -> Option<&(dyn encoding::Encoding + Send + Sync)> {
4748
match encoding::label::encoding_from_whatwg_label(encoding_name) {
4849
s @ Some(_) => s,

0 commit comments

Comments
 (0)