mirror of
https://github.com/uqbar-dao/nectar.git
synced 2025-01-05 00:10:23 +03:00
comment unused macro
This commit is contained in:
parent
7a06eaf016
commit
a1dbed6f26
@ -9,14 +9,14 @@ wit_bindgen::generate!({
|
||||
});
|
||||
|
||||
/// Override the println! macro to print to the terminal
|
||||
macro_rules! println {
|
||||
() => {
|
||||
$print_to_terminal(0, "\n");
|
||||
};
|
||||
($($arg:tt)*) => {
|
||||
$print_to_terminal(0, &format!($($arg)*));
|
||||
};
|
||||
}
|
||||
// macro_rules! println {
|
||||
// () => {
|
||||
// $print_to_terminal(0, "\n");
|
||||
// };
|
||||
// ($($arg:tt)*) => {
|
||||
// $print_to_terminal(0, &format!($($arg)*));
|
||||
// };
|
||||
// }
|
||||
|
||||
/// PackageId is like a ProcessId, but for a package. Only contains the name
|
||||
/// of the package and the name of the publisher.
|
||||
|
Loading…
Reference in New Issue
Block a user