replace outdated github username 'ozkanonur'

Signed-off-by: ozkanonur <work@onurozkan.dev>
This commit is contained in:
ozkanonur 2023-08-27 06:26:02 +03:00
parent 18be2728bd
commit 879e106460
2 changed files with 3 additions and 3 deletions

View File

@ -35,7 +35,7 @@ fn download_ci_llvm() {
)); ));
} }
// FIXME(ozkanonur): extend scope of the test // FIXME(onur-ozkan): extend scope of the test
// refs: // refs:
// - https://github.com/rust-lang/rust/issues/109120 // - https://github.com/rust-lang/rust/issues/109120
// - https://github.com/rust-lang/rust/pull/109162#issuecomment-1496782487 // - https://github.com/rust-lang/rust/pull/109162#issuecomment-1496782487

View File

@ -616,7 +616,7 @@ libs = [
bootstrap = [ bootstrap = [
"@Mark-Simulacrum", "@Mark-Simulacrum",
"@albertlarsan68", "@albertlarsan68",
"@ozkanonur", "@onur-ozkan",
"@clubby789", "@clubby789",
] ]
infra-ci = [ infra-ci = [
@ -749,4 +749,4 @@ style-team = [
"/src/tools/rustdoc-themes" = ["rustdoc"] "/src/tools/rustdoc-themes" = ["rustdoc"]
"/src/tools/tidy" = ["bootstrap"] "/src/tools/tidy" = ["bootstrap"]
"/src/tools/x" = ["bootstrap"] "/src/tools/x" = ["bootstrap"]
"/src/tools/rustdoc-gui-test" = ["bootstrap", "@ozkanonur"] "/src/tools/rustdoc-gui-test" = ["bootstrap", "@onur-ozkan"]