File tree Expand file tree Collapse file tree 2 files changed +2
-1694
lines changed
typespec_client_core/src/http/request
typespec_macros/tests/data/compilation-tests Expand file tree Collapse file tree 2 files changed +2
-1694
lines changed Original file line number Diff line number Diff line change @@ -58,10 +58,10 @@ impl Body {
5858impl fmt:: Debug for Body {
5959 fn fmt ( & self , f : & mut fmt:: Formatter < ' _ > ) -> fmt:: Result {
6060 match self {
61- Self :: Bytes ( v) if !v. is_empty ( ) => f. write_str ( "Bytes { ... }" ) ,
61+ Self :: Bytes ( v) if !v. is_empty ( ) => f. write_str ( "Bytes { .. }" ) ,
6262 Self :: Bytes ( _) => f. write_str ( "Bytes {}" ) ,
6363 #[ cfg( not( target_arch = "wasm32" ) ) ]
64- Self :: SeekableStream ( v) if !v. is_empty ( ) => f. write_str ( "SeekableStream { ... }" ) ,
64+ Self :: SeekableStream ( v) if !v. is_empty ( ) => f. write_str ( "SeekableStream { .. }" ) ,
6565 #[ cfg( not( target_arch = "wasm32" ) ) ]
6666 Self :: SeekableStream ( _) => f. write_str ( "SeekableStream {}" ) ,
6767 }
You can’t perform that action at this time.
0 commit comments