Skip to content

Commit

Permalink
Bump typify from b0df7aa to 0894f06 (#657)
Browse files Browse the repository at this point in the history
* Bump typify from `b0df7aa` to `0894f06`

Bumps [typify](https://github.com/oxidecomputer/typify) from `b0df7aa` to `0894f06`.
- [Commits](oxidecomputer/typify@b0df7aa...0894f06)

---
updated-dependencies:
- dependency-name: typify
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* update fixtures

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Adam H. Leventhal <[email protected]>
  • Loading branch information
dependabot[bot] and ahl authored Dec 16, 2023
1 parent afa2e7e commit 66595cc
Show file tree
Hide file tree
Showing 10 changed files with 362 additions and 362 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

38 changes: 19 additions & 19 deletions progenitor-impl/tests/output/buildomat-builder-tagged.out
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ pub mod types {

impl Task {
pub fn builder() -> builder::Task {
builder::Task::default()
Default::default()
}
}

Expand Down Expand Up @@ -114,7 +114,7 @@ pub mod types {

impl TaskEvent {
pub fn builder() -> builder::TaskEvent {
builder::TaskEvent::default()
Default::default()
}
}

Expand Down Expand Up @@ -161,7 +161,7 @@ pub mod types {

impl TaskOutput {
pub fn builder() -> builder::TaskOutput {
builder::TaskOutput::default()
Default::default()
}
}

Expand Down Expand Up @@ -209,7 +209,7 @@ pub mod types {

impl TaskSubmit {
pub fn builder() -> builder::TaskSubmit {
builder::TaskSubmit::default()
Default::default()
}
}

Expand Down Expand Up @@ -244,7 +244,7 @@ pub mod types {

impl TaskSubmitResult {
pub fn builder() -> builder::TaskSubmitResult {
builder::TaskSubmitResult::default()
Default::default()
}
}

Expand Down Expand Up @@ -279,7 +279,7 @@ pub mod types {

impl UploadedChunk {
pub fn builder() -> builder::UploadedChunk {
builder::UploadedChunk::default()
Default::default()
}
}

Expand Down Expand Up @@ -314,7 +314,7 @@ pub mod types {

impl UserCreate {
pub fn builder() -> builder::UserCreate {
builder::UserCreate::default()
Default::default()
}
}

Expand Down Expand Up @@ -359,7 +359,7 @@ pub mod types {

impl UserCreateResult {
pub fn builder() -> builder::UserCreateResult {
builder::UserCreateResult::default()
Default::default()
}
}

Expand Down Expand Up @@ -399,7 +399,7 @@ pub mod types {

impl WhoamiResult {
pub fn builder() -> builder::WhoamiResult {
builder::WhoamiResult::default()
Default::default()
}
}

Expand Down Expand Up @@ -463,7 +463,7 @@ pub mod types {

impl Worker {
pub fn builder() -> builder::Worker {
builder::Worker::default()
Default::default()
}
}

Expand Down Expand Up @@ -512,7 +512,7 @@ pub mod types {

impl WorkerAddOutput {
pub fn builder() -> builder::WorkerAddOutput {
builder::WorkerAddOutput::default()
Default::default()
}
}

Expand Down Expand Up @@ -558,7 +558,7 @@ pub mod types {

impl WorkerAppendTask {
pub fn builder() -> builder::WorkerAppendTask {
builder::WorkerAppendTask::default()
Default::default()
}
}

Expand Down Expand Up @@ -598,7 +598,7 @@ pub mod types {

impl WorkerBootstrap {
pub fn builder() -> builder::WorkerBootstrap {
builder::WorkerBootstrap::default()
Default::default()
}
}

Expand Down Expand Up @@ -633,7 +633,7 @@ pub mod types {

impl WorkerBootstrapResult {
pub fn builder() -> builder::WorkerBootstrapResult {
builder::WorkerBootstrapResult::default()
Default::default()
}
}

Expand Down Expand Up @@ -668,7 +668,7 @@ pub mod types {

impl WorkerCompleteTask {
pub fn builder() -> builder::WorkerCompleteTask {
builder::WorkerCompleteTask::default()
Default::default()
}
}

Expand Down Expand Up @@ -708,7 +708,7 @@ pub mod types {

impl WorkerPingResult {
pub fn builder() -> builder::WorkerPingResult {
builder::WorkerPingResult::default()
Default::default()
}
}

Expand Down Expand Up @@ -756,7 +756,7 @@ pub mod types {

impl WorkerPingTask {
pub fn builder() -> builder::WorkerPingTask {
builder::WorkerPingTask::default()
Default::default()
}
}

Expand Down Expand Up @@ -801,7 +801,7 @@ pub mod types {

impl WorkerTask {
pub fn builder() -> builder::WorkerTask {
builder::WorkerTask::default()
Default::default()
}
}

Expand Down Expand Up @@ -839,7 +839,7 @@ pub mod types {

impl WorkersResult {
pub fn builder() -> builder::WorkersResult {
builder::WorkersResult::default()
Default::default()
}
}

Expand Down
38 changes: 19 additions & 19 deletions progenitor-impl/tests/output/buildomat-builder.out
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ pub mod types {

impl Task {
pub fn builder() -> builder::Task {
builder::Task::default()
Default::default()
}
}

Expand Down Expand Up @@ -114,7 +114,7 @@ pub mod types {

impl TaskEvent {
pub fn builder() -> builder::TaskEvent {
builder::TaskEvent::default()
Default::default()
}
}

Expand Down Expand Up @@ -161,7 +161,7 @@ pub mod types {

impl TaskOutput {
pub fn builder() -> builder::TaskOutput {
builder::TaskOutput::default()
Default::default()
}
}

Expand Down Expand Up @@ -209,7 +209,7 @@ pub mod types {

impl TaskSubmit {
pub fn builder() -> builder::TaskSubmit {
builder::TaskSubmit::default()
Default::default()
}
}

Expand Down Expand Up @@ -244,7 +244,7 @@ pub mod types {

impl TaskSubmitResult {
pub fn builder() -> builder::TaskSubmitResult {
builder::TaskSubmitResult::default()
Default::default()
}
}

Expand Down Expand Up @@ -279,7 +279,7 @@ pub mod types {

impl UploadedChunk {
pub fn builder() -> builder::UploadedChunk {
builder::UploadedChunk::default()
Default::default()
}
}

Expand Down Expand Up @@ -314,7 +314,7 @@ pub mod types {

impl UserCreate {
pub fn builder() -> builder::UserCreate {
builder::UserCreate::default()
Default::default()
}
}

Expand Down Expand Up @@ -359,7 +359,7 @@ pub mod types {

impl UserCreateResult {
pub fn builder() -> builder::UserCreateResult {
builder::UserCreateResult::default()
Default::default()
}
}

Expand Down Expand Up @@ -399,7 +399,7 @@ pub mod types {

impl WhoamiResult {
pub fn builder() -> builder::WhoamiResult {
builder::WhoamiResult::default()
Default::default()
}
}

Expand Down Expand Up @@ -463,7 +463,7 @@ pub mod types {

impl Worker {
pub fn builder() -> builder::Worker {
builder::Worker::default()
Default::default()
}
}

Expand Down Expand Up @@ -512,7 +512,7 @@ pub mod types {

impl WorkerAddOutput {
pub fn builder() -> builder::WorkerAddOutput {
builder::WorkerAddOutput::default()
Default::default()
}
}

Expand Down Expand Up @@ -558,7 +558,7 @@ pub mod types {

impl WorkerAppendTask {
pub fn builder() -> builder::WorkerAppendTask {
builder::WorkerAppendTask::default()
Default::default()
}
}

Expand Down Expand Up @@ -598,7 +598,7 @@ pub mod types {

impl WorkerBootstrap {
pub fn builder() -> builder::WorkerBootstrap {
builder::WorkerBootstrap::default()
Default::default()
}
}

Expand Down Expand Up @@ -633,7 +633,7 @@ pub mod types {

impl WorkerBootstrapResult {
pub fn builder() -> builder::WorkerBootstrapResult {
builder::WorkerBootstrapResult::default()
Default::default()
}
}

Expand Down Expand Up @@ -668,7 +668,7 @@ pub mod types {

impl WorkerCompleteTask {
pub fn builder() -> builder::WorkerCompleteTask {
builder::WorkerCompleteTask::default()
Default::default()
}
}

Expand Down Expand Up @@ -708,7 +708,7 @@ pub mod types {

impl WorkerPingResult {
pub fn builder() -> builder::WorkerPingResult {
builder::WorkerPingResult::default()
Default::default()
}
}

Expand Down Expand Up @@ -756,7 +756,7 @@ pub mod types {

impl WorkerPingTask {
pub fn builder() -> builder::WorkerPingTask {
builder::WorkerPingTask::default()
Default::default()
}
}

Expand Down Expand Up @@ -801,7 +801,7 @@ pub mod types {

impl WorkerTask {
pub fn builder() -> builder::WorkerTask {
builder::WorkerTask::default()
Default::default()
}
}

Expand Down Expand Up @@ -839,7 +839,7 @@ pub mod types {

impl WorkersResult {
pub fn builder() -> builder::WorkersResult {
builder::WorkersResult::default()
Default::default()
}
}

Expand Down
Loading

0 comments on commit 66595cc

Please sign in to comment.