Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitecd7a9f

Browse files
committed
Remove randomdbg!s
Seemingly left in by accident
1 parent2098ac2 commitecd7a9f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎postgres-types/src/jiff_02.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ impl<'a> FromSql<'a> for DateTime {
5151

5252
implToSqlforDateTime{
5353
fnto_sql(&self, _:&Type,w:&mutBytesMut) ->Result<IsNull,Box<dynError +Sync +Send>>{
54-
let v =dbg!(dbg!(self.since(base())).and_then(|s| s.round(round_us().relative(base()))))
54+
let v =self
55+
.since(base())
56+
.and_then(|s| s.round(round_us().relative(base())))
5557
.map_err(transmit_err)?
5658
.get_microseconds();
5759
types::timestamp_to_sql(v, w);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp