Skip to content

Commit

Permalink
Missed some commas
Browse files Browse the repository at this point in the history
  • Loading branch information
Fancy2209 committed Dec 17, 2024
1 parent 94a590f commit 29a4a8b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tokio/src/net/udp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1864,7 +1864,7 @@ impl UdpSocket {
target_os = "redox",
target_os = "solaris",
target_os = "illumos",
target_os = "haiku",
target_os = "haiku"
)))]
#[cfg_attr(
docsrs,
Expand All @@ -1873,7 +1873,7 @@ impl UdpSocket {
target_os = "redox",
target_os = "solaris",
target_os = "illumos",
target_os = "haiku",
target_os = "haiku"
))))
)]
pub fn tos(&self) -> io::Result<u32> {
Expand All @@ -1893,7 +1893,7 @@ impl UdpSocket {
target_os = "redox",
target_os = "solaris",
target_os = "illumos",
target_os = "haiku",
target_os = "haiku"
)))]
#[cfg_attr(
docsrs,
Expand All @@ -1902,7 +1902,7 @@ impl UdpSocket {
target_os = "redox",
target_os = "solaris",
target_os = "illumos",
target_os = "haiku",
target_os = "haiku"
))))
)]
pub fn set_tos(&self, tos: u32) -> io::Result<()> {
Expand Down

0 comments on commit 29a4a8b

Please sign in to comment.