Skip to content

Commit fdbbd00

Browse files
committed
remove unit
1 parent 9ebfebe commit fdbbd00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/duckdb/src/core/logical_type.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ impl LogicalTypeHandle {
305305
}
306306

307307
/// Set the alias of the logical type.
308-
pub fn set_alias(&self, alias: &str) -> () {
308+
pub fn set_alias(&self, alias: &str) {
309309
unsafe {
310310
let alias = CString::new(alias).unwrap();
311311
duckdb_logical_type_set_alias(self.ptr, alias.as_ptr());

0 commit comments

Comments
 (0)